home *** CD-ROM | disk | FTP | other *** search
- on enterFrame me
- if sprite 65 intersects sprite(52) then
- set the volume of sound 2 to 0
- else
- end if
- if sprite 65 intersects sprite(53) then
- set the volume of sound 2 to 42
- else
- end if
- if sprite 65 intersects sprite(54) then
- set the volume of sound 2 to 84
- else
- end if
- if sprite 65 intersects sprite(55) then
- set the volume of sound 2 to 126
- else
- end if
- if sprite 65 intersects sprite(56) then
- set the volume of sound 2 to 168
- else
- end if
- if sprite 65 intersects sprite(57) then
- set the volume of sound 2 to 210
- else
- end if
- if sprite 65 intersects sprite(58) then
- set the volume of sound 2 to 256
- else
- end if
- end
-